home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / video / fly8111-.000 / fly8111- / fly8 / ftime.bat < prev    next >
DOS Batch File  |  1979-12-31  |  410b  |  27 lines

  1. @echo off
  2.  
  3. ::
  4. :: Use this for sampling.
  5. ::
  6.  
  7. prep /FS /P %1.exe /OT %1.pbt /OI %1.pbi
  8. profile /S 100 %1 %2 %3 %4 %5 %6 %7 %8 %9
  9. prep /IT %1.pbt /IO %1.pbo /OT %1.pbt
  10. plist /SC %1.pbt >%1.out
  11.  
  12. del %1.pbo
  13. del %1.pbi
  14. del %1.pbt
  15. goto end
  16.  
  17. ::
  18. :: Use this for timing.
  19. ::
  20.  
  21. prep /FT /P %1.exe /OT %1.pbt /OI %1.pbi
  22. profile %1 %2 %3 %4 %5 %6 %7 %8 %9
  23. prep /IT %1.pbt /IO %1.pbo /OT %1.pbt
  24. plist /ST %1.pbt >%1.out
  25.  
  26. :end
  27.